ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / MacdBase<T> Class / SmoothingPeriod Property

In This Topic
    SmoothingPeriod Property (MacdBase<T>)
    In This Topic
    Gets or sets the exponential moving average period for the signal line.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(9)>
    Public Property SmoothingPeriod As Double
    [DefaultValue(9)]
    public double SmoothingPeriod {get; set;}
    See Also